home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / xgrasp.zip / README < prev    next >
Text File  |  1991-07-24  |  3KB  |  91 lines

  1.  
  2. April 17, 1991                        patchlevel 1.7
  3.  
  4. New in 1.7: (4/17/91)
  5.  
  6. o changed address of mailing list (now xgrasp@@ankh.ftl.fl.us)
  7. o fixed bug in float.
  8. o fixed bug in glib manpage.
  9.  
  10. New in 1.6: (4/3/91)
  11.  
  12. o really support PCX files.
  13. o implement getcolor.
  14. o make sure clearscr uses current color.
  15. o fix bug where fades were not relative to bottom of screen.
  16. o make pfade use wildcards.
  17.  
  18. New in 1.5: (4/1/91)
  19.  
  20. o Supports Autodesk animator format.
  21. o 10X performance enhancement.
  22. o runs faster under X11 than the DOS version on a 486 with a SuperVGA.
  23. o people who are drooling should check the release date for 1.5.
  24. o supports PCX files...
  25. o man pages for glib and xgrasp.
  26. o files named *.gif that are really .pic files work.
  27. o changed the names of some routines to avoid conflict on some machines.
  28. o made MAXCODES larger for big .gl files.
  29. o fix bug in putup wrt offset clippings.
  30. o clearscr calls videomode().
  31. o fix bug in parser for TEXT.
  32. o removed code which moved origin on window commands.
  33. o fix cmd line arg parser.
  34.  
  35. New in 1.4: (3/5/91)
  36.  
  37. o type changes for IBM RS/6000's.
  38. o changes in FLY for 4.0.3 optimizer bug.
  39. o TILE implemented.
  40.  
  41. New in 1.3: (3/2/91) [1.2 was internal]
  42.  
  43. o strdup() implemented.
  44. o fix error in parser.
  45.  
  46. New in 1.1: (2/28/91)
  47.  
  48. o Support for SET files.
  49. o usleep implementation.
  50. o added #include <ctype.h>
  51. o a few typos.
  52.  
  53. Version 1.0: (2/25/91)
  54.  
  55.  
  56. This program tries to recreate the functionality provided by the PC
  57. program GRASPRT.EXE.  It plays animation files which usually have the
  58. extension .GL.  This file format is partially described by the
  59. documents found in the file "docs".  It has many missing features, but
  60. it is complete enough to view a large percentage of the GL files that I
  61. have seen.
  62.  
  63. Some of the problems are outlined below...
  64.  
  65. Doesn't work with BLOAD/BSAVE images.
  66. Doesn't do transparencies.
  67. Doesn't have a default font for gls that dont load their own.
  68. Doesn't have a default colormap for each "video" mode.
  69. Doesn't scale images.
  70.  
  71. It is not clear where the origin of the coordinate system is...  from
  72. examples, I have assumed it is in the lower left corner increasing up
  73. and right as in PostScript...  this make most of my test cases work,
  74. but there are still the odd few which make it seem like it should be in
  75. the upper left as in X11.  So until this gets resolved, don't be
  76. surprised to see images getting animated off the edge of the window.
  77.  
  78. If you are trying to compile this on pre-X11R4 systems, you'll need to
  79. comment out the XSetWMProtocols(...) line in xgrasp.c.
  80.  
  81. I have created a mailing list for discussion about this software...
  82.  
  83. Please send all submissions for the list to xgrasp@ankh.ftl.fl.us   Any
  84. requests for additions and/or deletions should go to listserv@ankh.ftl.fl.us
  85. (put the word 'help' in the message body to get info on how to use the list
  86. server.)
  87.  
  88.     ______________________________________________________________________
  89.     Patrick J. Naughton                   email: naughton@sun.com
  90.     Sun Laboratories                   voice: (415) 336 - 1080
  91.